[INFO] fetching crate xinachtli 0.1.0...
[INFO] fixing xinachtli-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate xinachtli 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate xinachtli 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate xinachtli 0.1.0
[INFO] tweaked toml for crates.io crate xinachtli 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate xinachtli 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate xinachtli 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bip39 v2.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aacca96c579c400de10c1afcb699c6f9e7edaaa786370f924a4651bed3ac1fbf
[INFO] running `Command { std: "docker" "start" "aacca96c579c400de10c1afcb699c6f9e7edaaa786370f924a4651bed3ac1fbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aacca96c579c400de10c1afcb699c6f9e7edaaa786370f924a4651bed3ac1fbf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aacca96c579c400de10c1afcb699c6f9e7edaaa786370f924a4651bed3ac1fbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aacca96c579c400de10c1afcb699c6f9e7edaaa786370f924a4651bed3ac1fbf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking condtype v1.3.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking bitcoin_hashes v0.14.1
[INFO] [stderr]     Checking bip39 v2.2.2
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]    Compiling divan-macros v0.1.21
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking xinachtli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking divan v0.1.21
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `ChineseSimplified` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:183:56
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let m = Mnemonic::from_entropy(&entropy, Language::ChineseSimplified).unwrap();
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Spanish` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:197:56
[INFO] [stdout]     |
[INFO] [stdout] 197 |     let m = Mnemonic::from_entropy(&entropy, Language::Spanish).unwrap();
[INFO] [stdout]     |                                                        ^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Spanish` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:199:55
[INFO] [stdout]     |
[INFO] [stdout] 199 |     let m2 = Mnemonic::from_phrase(&phrase, Language::Spanish).unwrap();
[INFO] [stdout]     |                                                       ^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Japanese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:206:56
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let m = Mnemonic::from_entropy(&entropy, Language::Japanese).unwrap();
[INFO] [stdout]     |                                                        ^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Japanese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:213:55
[INFO] [stdout]     |
[INFO] [stdout] 213 |     let m2 = Mnemonic::from_phrase(&phrase, Language::Japanese).unwrap();
[INFO] [stdout]     |                                                       ^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Spanish` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 223 |         Language::Spanish,
[INFO] [stdout]     |                   ^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `French` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:224:19
[INFO] [stdout]     |
[INFO] [stdout] 224 |         Language::French,
[INFO] [stdout]     |                   ^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Italian` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:225:19
[INFO] [stdout]     |
[INFO] [stdout] 225 |         Language::Italian,
[INFO] [stdout]     |                   ^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Japanese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:226:19
[INFO] [stdout]     |
[INFO] [stdout] 226 |         Language::Japanese,
[INFO] [stdout]     |                   ^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Korean` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:227:19
[INFO] [stdout]     |
[INFO] [stdout] 227 |         Language::Korean,
[INFO] [stdout]     |                   ^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `ChineseSimplified` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:228:19
[INFO] [stdout]     |
[INFO] [stdout] 228 |         Language::ChineseSimplified,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `ChineseTraditional` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:229:19
[INFO] [stdout]     |
[INFO] [stdout] 229 |         Language::ChineseTraditional,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Czech` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:230:19
[INFO] [stdout]     |
[INFO] [stdout] 230 |         Language::Czech,
[INFO] [stdout]     |                   ^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Portuguese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:231:19
[INFO] [stdout]     |
[INFO] [stdout] 231 |         Language::Portuguese,
[INFO] [stdout]     |                   ^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Spanish` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         Language::Spanish,
[INFO] [stdout]     |                   ^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `French` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |         Language::French,
[INFO] [stdout]     |                   ^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Italian` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:248:19
[INFO] [stdout]     |
[INFO] [stdout] 248 |         Language::Italian,
[INFO] [stdout]     |                   ^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Japanese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:249:19
[INFO] [stdout]     |
[INFO] [stdout] 249 |         Language::Japanese,
[INFO] [stdout]     |                   ^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Korean` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:250:19
[INFO] [stdout]     |
[INFO] [stdout] 250 |         Language::Korean,
[INFO] [stdout]     |                   ^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `ChineseSimplified` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:251:19
[INFO] [stdout]     |
[INFO] [stdout] 251 |         Language::ChineseSimplified,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `ChineseTraditional` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |         Language::ChineseTraditional,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Czech` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:253:19
[INFO] [stdout]     |
[INFO] [stdout] 253 |         Language::Czech,
[INFO] [stdout]     |                   ^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Portuguese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:254:19
[INFO] [stdout]     |
[INFO] [stdout] 254 |         Language::Portuguese,
[INFO] [stdout]     |                   ^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Spanish` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:295:20
[INFO] [stdout]     |
[INFO] [stdout] 295 |         (Language::Spanish, "Spanish"),
[INFO] [stdout]     |                    ^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `French` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:296:20
[INFO] [stdout]     |
[INFO] [stdout] 296 |         (Language::French, "French"),
[INFO] [stdout]     |                    ^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Italian` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:297:20
[INFO] [stdout]     |
[INFO] [stdout] 297 |         (Language::Italian, "Italian"),
[INFO] [stdout]     |                    ^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Japanese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:298:20
[INFO] [stdout]     |
[INFO] [stdout] 298 |         (Language::Japanese, "Japanese"),
[INFO] [stdout]     |                    ^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Korean` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:299:20
[INFO] [stdout]     |
[INFO] [stdout] 299 |         (Language::Korean, "Korean"),
[INFO] [stdout]     |                    ^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `ChineseSimplified` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:300:20
[INFO] [stdout]     |
[INFO] [stdout] 300 |         (Language::ChineseSimplified, "Chinese Simplified"),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `ChineseTraditional` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:301:20
[INFO] [stdout]     |
[INFO] [stdout] 301 |         (Language::ChineseTraditional, "Chinese Traditional"),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Czech` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:302:20
[INFO] [stdout]     |
[INFO] [stdout] 302 |         (Language::Czech, "Czech"),
[INFO] [stdout]     |                    ^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Portuguese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:303:20
[INFO] [stdout]     |
[INFO] [stdout] 303 |         (Language::Portuguese, "Portuguese"),
[INFO] [stdout]     |                    ^^^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Japanese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:357:56
[INFO] [stdout]     |
[INFO] [stdout] 357 |     let m = Mnemonic::from_entropy(&entropy, Language::Japanese).unwrap();
[INFO] [stdout]     |                                                        ^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Japanese` found for enum `Language` in the current scope
[INFO] [stdout]    --> tests/bip39.rs:358:40
[INFO] [stdout]     |
[INFO] [stdout] 358 |     assert_eq!(m.language(), Language::Japanese);
[INFO] [stdout]     |                                        ^^^^^^^^ variant, associated function, or constant not found in `Language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xinachtli` (test "bip39") due to 34 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "aacca96c579c400de10c1afcb699c6f9e7edaaa786370f924a4651bed3ac1fbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aacca96c579c400de10c1afcb699c6f9e7edaaa786370f924a4651bed3ac1fbf", kill_on_drop: false }`
[INFO] [stdout] aacca96c579c400de10c1afcb699c6f9e7edaaa786370f924a4651bed3ac1fbf
